chore(deps): update all non-major dependencies #1253
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
1.55.0
->1.55.1
~1.5.11
->~1.5.12
~1.5.11
->~1.5.12
^1.1.0
->^1.1.1
2.0.0-beta.33
->2.0.0-beta.34
2.0.0-beta.33
->2.0.0-beta.34
2.0.0-beta.33
->2.0.0-beta.34
2.0.0-beta.33
->2.0.0-beta.34
2.0.0-beta.33
->2.0.0-beta.34
^0.4.1
->^0.5.0
^9.1.7
->^9.1.8
^9.1.7
->^9.1.8
^9.1.7
->^9.1.8
^9.1.7
->^9.1.8
^9.1.7
->^9.1.8
^19.1.13
->^19.1.15
7.0.0-dev.20250921.1
->7.0.0-dev.20250928.1
^4.43.0
->^4.47.0
0.13.3
->0.14.0
^9.1.7
->^9.1.8
^2.1.1
->^2.1.2
^2.1.1
->^2.1.2
^2.1.1
->^2.1.2
^4.20.5
->^4.20.6
^3.5.21
->^3.5.22
^3.0.7
->^3.1.0
^8.8.3
->^8.8.4
Release Notes
microsoft/playwright (@playwright/test)
v1.55.1
Compare Source
Highlights
#37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#37147 - [Regression]: Internal error: step id not found.
#37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#37137 - Revert "fix(a11y): track inert elements as hidden".
Browser Versions
This version was also tested against the following stable channels:
web-infra-dev/rsbuild (@rsbuild/core)
v1.5.12
Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.5.11...v1.5.12
rspack-contrib/rsbuild-plugin-typed-css-modules (@rsbuild/plugin-typed-css-modules)
v1.1.1
Compare Source
What's Changed
Full Changelog: rspack-contrib/rsbuild-plugin-typed-css-modules@v1.1.0...v1.1.1
web-infra-dev/rspress (@rspress/core)
v2.0.0-beta.34
Compare Source
Highlights ✨
💄 Upgrade to
docsearch@4
within @rspress/plugin-algoliaThis will improve Rspress's UI, and you can use new docsearch features such as askAi.
ref: https://docsearch.algolia.com/docs/migrating-from-v3
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.33...v2.0.0-beta.34
web-infra-dev/rstest (@rstest/core)
v0.5.0
Compare Source
What's Changed
Breaking Changes
Merge
exclude
values by defaultChange the default behavior of the exclude configuration from override to merge, which will be more intuitive for most people. This helps avoid matching a large number of tests in
node_modules
becausenode_modules
was not added to the exclude list.before:
after:
If you want to override the default exclude configuration, you can set
override
totrue
.New Features 🎉
exclude
values by default by @9aoy in #588coverage.include
by @9aoy in #585coverage.includes
works in projects by @9aoy in #593<rootDir>
in path-based configuration settings by @9aoy in #583stubEnv
supportimport.meta.env
by @9aoy in #594Bug Fixes 🐞
coverage.exclude
should exclude path correctly by @9aoy in #592Document 📖
coverage.include
by @9aoy in #591Other Changes
Full Changelog: web-infra-dev/rstest@v0.4.1...v0.5.0
storybookjs/storybook (@storybook/addon-docs)
v9.1.8
Compare Source
node
entry point - #32534, thanks @ndelangen!storybookjs/storybook (@storybook/addon-onboarding)
v9.1.8
Compare Source
9.1.8
node
entry point - #32534, thanks @ndelangen!microsoft/typescript-go (@typescript/native-preview)
v7.0.0-dev.20250928.1
Compare Source
v7.0.0-dev.20250927.1
Compare Source
v7.0.0-dev.20250926.1
Compare Source
v7.0.0-dev.20250925.1
Compare Source
v7.0.0-dev.20250924.1
Compare Source
v7.0.0-dev.20250923.1
Compare Source
v7.0.0-dev.20250922.1
Compare Source
streamich/memfs (memfs)
v4.47.0
Compare Source
Features
4.46.1 (2025-09-25)
Bug Fixes
v4.46.1
Compare Source
Features
4.46.1 (2025-09-25)
Bug Fixes
v4.46.0
Compare Source
Features
4.46.1 (2025-09-25)
Bug Fixes
v4.45.0
Compare Source
Bug Fixes
Features
v4.44.0
Compare Source
Bug Fixes
Features
4.43.1 (2025-09-24)
Bug Fixes
dirname
instead ofposix.dirname
(7a51ac3), closes #1193v4.43.1
Compare Source
Bug Fixes
Features
4.43.1 (2025-09-24)
Bug Fixes
dirname
instead ofposix.dirname
(7a51ac3), closes #1193web-infra-dev/rslib (rslib)
v0.14.0
Compare Source
Breaking changes 🚨
Config loading
Currently, configuration files are loaded with jiti, which relies on Babel. This approach is relatively slow (at least ~70ms slower compared to native).
In Rslib v0.13.3, we introduced a new CLI option
--config-loader native
, which uses Node.js's native loader. This approach offers better performance and stricter behavior, but comes with certain requirements:package.json
must set"type": "module"
with { type: "json" }
In Rslib v0.14.0, we adjust the default configuration loading behavior. The new default is now
--config-loader auto
, which:This change to
'auto'
as the default is part of our long-term plan to transition config loading from jiti to Node.js native.What's Changed
New Features 🎉
'auto'
by @Timeless0911 in #1240logLevel
by @Timeless0911 in #1238Bug Fixes 🐞
rp-not-doc
for rsbuild doc badge by @Timeless0911 in #1236Other Changes
jsdom
due to Node.js version limit by @Timeless0911 in #1233Full Changelog: v0.13.3...v0.14.0
rspack-contrib/storybook-rsbuild (storybook-addon-rslib)
v2.1.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
privatenumber/tsx (tsx)
v4.20.6
Compare Source
Bug Fixes
This release is also available on:
vuejs/core (vue)
v3.5.22
Compare Source
Bug Fixes
@vue-ignore
in runtime type resolution (#13906) (ba7f7f9)PatchFlags.BAIL
for slot when props are present (#13907) (5358bca), closes #13904h
helper (#13841) (75220c7)forceReflow
on the correct document (fix #13849) (#13853) (1be5ddf)never
instead of{}
(#13915) (8620a61), closes #11564Features
shadowRoot
in custom elements (#12965) (47e628d), closes #12964Reverts
vuejs/language-tools (vue-tsc)
v3.1.0
Compare Source
Performance
Other Changes
v3.0.8
Compare Source
Features
vue.server.path
setting (#5647)Bug Fixes
VueVirtualCode
in constructor (#5635) - Thanks to @KazariEX!typescriptServerPlugin
languages without FS hackfile
scheme files (#5653) - Thanks to @KazariEX!Performance
Other Changes
google/zx (zx)
v8.8.4
: — Flange CouplingCompare Source
It's time. This release updates zx internals to make the
ps
API and related methodsProcessPromise.kill()
,kill()
work on Windows systems withoutwmic
.#1344 webpod/ps#15
https://github.blog/changelog/2025-07-31-github-actions-new-apis-and-windows-latest-migration-notice/#windows-latest-image-label-migration
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.